Pet Store Web Service
GetgetPetById
Description
Find pet by ID
Parameters
NameDescriptionData Type
petIdID of pet that needs to be fetchedstring
Response

The response body is of type Pet.

Overview

Pet
Represents a single Pet in the Store.
tags : Array[Tag]
Tags currently applied to this Pet.
id : long
Unique identifier for this tag.
name : string
Tag Name.
id : long
Unique identifier for this pet.
category : Category
Pet category.
id : long
Unique identifier for this category.
name : string
Category Name.
status : string
Pet Status.
name : string
Pet Name.
photoUrls : Array[]
Photo Urls.
Fault Responses
FaultDescription
400This fault returns a response body of type (undefined).
Invalid ID supplied
404This fault returns a response body of type (undefined).
Pet not found
Remarks
Returns a pet based on ID
See Also
Pets Resource GroupPet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.